object FReqDlg: TFReqDlg Left = 219 Top = 109 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Make/Edit File Request' ClientHeight = 182 ClientWidth = 334 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] KeyPreview = True Position = poScreenCenter OnActivate = FormActivate OnClose = FormClose OnCreate = FormCreate OnKeyDown = FormKeyDown PixelsPerInch = 96 TextHeight = 13 object gFiles: TAdvGrid Left = 12 Top = 12 Width = 225 Height = 153 FixedFont.Charset = DEFAULT_CHARSET FixedFont.Color = clWindowText FixedFont.Height = -11 FixedFont.Name = 'MS Sans Serif' FixedFont.Style = [] ColCount = 3 DefaultRowHeight = 17 RowCount = 2 Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -12 Font.Name = 'Fixedsys' Font.Style = [] Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goColSizing, goEditing, goThumbTracking, goDigitalRows] ParentFont = False PopupMenu = gFiles. TabOrder = 0 ColWidths = ( 30 90 83) end object bOK: TButton Left = 248 Top = 14 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 1 end object bCancel: TButton Left = 248 Top = 46 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 2 end object bHelp: TButton Left = 248 Top = 78 Width = 75 Height = 25 Caption = 'Help' TabOrder = 3 Visible = False end end